Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1VirtualDataCollection<T> Class
Members

In This Topic
    C1VirtualDataCollection<T> Class
    In This Topic
    Base class for data-virtualized collections.
    Syntax
    Type Parameters
    T
    Remarks
    Override GetPageAsync to provide the data.
    Inheritance Hierarchy

    System.Object
       C1.DataCollection.C1DataCollectionBase<T>
          C1.DataCollection.C1VirtualDataCollection<T>

    See Also